Star (-) Watch (-)

Blog

Python Python is interpreted Python is object-oriented Python is open-source software Python is small and sim aple language Python is extensible ;it comes with a set of modules that act as tools that build on the language. The Benefits of Python :-

Consistency:- Python is maintained by a loose organization of people .

Scalability:- Projects written in Python have been proven to scale to very large projects as both the primary language and an auxiliary language.

Flexibility:- Python can be used to work with libraries and programs written in other programming languages so that its interpreter can be used with other languages in a manner that almost always provides more convenience than the language in which the library or program was written.

Multiple cooperating implementations:- There is more than one Python. Different implementations enable Python to be specialized for special situations or problems in ways that a one- size-fits-all approach doesn’t allow.

Interactive interpreter:- Python provides an environment that can be used to interact with a program while it is running, which enables programs to be tested, and their behavior changed, without having to have an extended cycle in which the application is rebuilt to test theories.